org.wso2.carbon.proxyadmin.common
Class ProxyAdminException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.wso2.carbon.proxyadmin.common.ProxyAdminException
All Implemented Interfaces:
Serializable

public class ProxyAdminException
extends Exception

Class ProxyAdminException creates a custom exception for Proxy service admin

See Also:
Serialized Form

Constructor Summary
ProxyAdminException()
           
ProxyAdminException(String message)
          Creates a ProxyAdminException based on the given message
ProxyAdminException(String message, Throwable cause)
          Creates a ProxyAdminException based on the given message and the orignal exception
 
Method Summary
 
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

ProxyAdminException

public ProxyAdminException()

ProxyAdminException

public ProxyAdminException(String message)
Creates a ProxyAdminException based on the given message

Parameters:
message - the error message

ProxyAdminException

public ProxyAdminException(String message,
                           Throwable cause)
Creates a ProxyAdminException based on the given message and the orignal exception

Parameters:
message - the error message
cause - the original exception


Copyright © 2015 WSO2. All rights reserved.