org.wso2.carbon.jarservices
Class DuplicateServiceException

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

public class DuplicateServiceException
extends Exception

See Also:
Serialized Form

Constructor Summary
DuplicateServiceException()
           
DuplicateServiceException(String message)
           
DuplicateServiceException(String message, Throwable cause)
           
DuplicateServiceException(Throwable cause)
           
 
Method Summary
 String getMsg()
           
 void setMsg(String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

DuplicateServiceException

public DuplicateServiceException()

DuplicateServiceException

public DuplicateServiceException(String message)

DuplicateServiceException

public DuplicateServiceException(String message,
                                 Throwable cause)

DuplicateServiceException

public DuplicateServiceException(Throwable cause)
Method Detail

getMsg

public String getMsg()

setMsg

public void setMsg(String message)


Copyright © 2015 WSO2. All rights reserved.