org.wso2.carbon.jarservices
Class DuplicateServiceGroupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.wso2.carbon.jarservices.DuplicateServiceGroupException
All Implemented Interfaces:
Serializable

public class DuplicateServiceGroupException
extends Exception

See Also:
Serialized Form

Constructor Summary
DuplicateServiceGroupException()
           
DuplicateServiceGroupException(String message)
           
DuplicateServiceGroupException(String message, Throwable cause)
           
DuplicateServiceGroupException(Throwable cause)
           
 
Method Summary
 String getMessage()
           
 void setMessage(String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicateServiceGroupException

public DuplicateServiceGroupException()

DuplicateServiceGroupException

public DuplicateServiceGroupException(String message)

DuplicateServiceGroupException

public DuplicateServiceGroupException(String message,
                                      Throwable cause)

DuplicateServiceGroupException

public DuplicateServiceGroupException(Throwable cause)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

setMessage

public void setMessage(String message)


Copyright © 2015 WSO2. All rights reserved.