org.systinet.wasp.admin
Class AdminServiceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.idoox.util.WrappedException
              extended byorg.systinet.wasp.admin.AdminServiceException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PreferencesException

public class AdminServiceException
extends WrappedException

This exception is thrown by Admin Service.

Since:
4.0
See Also:
WrappedException, AdminService, Serialized Form
Component:
Mgmt-Services

Constructor Summary
AdminServiceException()
          Default contstructor.
AdminServiceException(java.lang.String message)
          Constructor.
AdminServiceException(java.lang.String message, java.lang.Throwable throwable)
          Constructor for the AdminServiceException object
 
Methods inherited from class org.idoox.util.WrappedException
getCause, getException, getLocalizedMessage, getRootException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AdminServiceException

public AdminServiceException()
Default contstructor.


AdminServiceException

public AdminServiceException(java.lang.String message)
Constructor.

Parameters:
message - a given string message.

AdminServiceException

public AdminServiceException(java.lang.String message,
                             java.lang.Throwable throwable)
Constructor for the AdminServiceException object

Parameters:
message - a given string message.
throwable - an original exception