org.ow2.jonas.webapp.jonasadmin
Class JonasAdminException

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
                      extended by org.ow2.jonas.webapp.jonasadmin.JonasAdminException
All Implemented Interfaces:
Serializable

public class JonasAdminException
extends AdminException

JOnAS Administration Application Exception. Generic exception for all troubles of the JOnAS Administration Application.

Author:
Michel-Ange ANTON
See Also:
Serialized Form

Field Summary
protected  String m_Id
          Error ID
 
Constructor Summary
JonasAdminException(String p_Id)
           
JonasAdminException(String p_Id, String p_Message)
           
JonasAdminException(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

JonasAdminException

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

JonasAdminException

public JonasAdminException(String p_Id,
                           String p_Message)

JonasAdminException

public JonasAdminException(String p_Id)
Method Detail

getId

public String getId()
Accessor to the error ID.

Overrides:
getId in class AdminException
Returns:
String The error ID


Copyright © 2010 OW2 Consortium. All Rights Reserved.