org.ow2.jonas.lib.management.extensions.base
Class AdminException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ow2.jonas.service.ServiceException
                  extended by org.ow2.jonas.lib.management.extensions.base.AdminException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JonasAdminException

public class AdminException
extends ServiceException

Any administration Exception.

Author:
eyindanga
See Also:
Serialized Form

Field Summary
protected  String m_Id
          Error ID
 
Constructor Summary
AdminException(String p_Id)
           
AdminException(String p_Id, String p_Message)
           
AdminException(String p_Id, String p_Message, Throwable p_Throwable)
           
 
Method Summary
 String getId()
          Accessor to the error ID.
 
Methods inherited from class org.ow2.jonas.service.ServiceException
getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_Id

protected String m_Id
Error ID

Constructor Detail

AdminException

public AdminException(String p_Id,
                      String p_Message,
                      Throwable p_Throwable)

AdminException

public AdminException(String p_Id,
                      String p_Message)

AdminException

public AdminException(String p_Id)
Method Detail

getId

public String getId()
Accessor to the error ID.

Returns:
String The error ID


Copyright © 2010 OW2 Consortium. All Rights Reserved.