Class ServerAdminException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wso2.carbon.server.admin.stub.ServerAdminException
All Implemented Interfaces:
Serializable

public class ServerAdminException extends Exception
See Also:
  • Constructor Details

    • ServerAdminException

      public ServerAdminException()
    • ServerAdminException

      public ServerAdminException(String s)
    • ServerAdminException

      public ServerAdminException(String s, Throwable ex)
    • ServerAdminException

      public ServerAdminException(Throwable cause)
  • Method Details