|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception issrg.utils.EmbeddedException issrg.pba.PbaException issrg.pba.management.manager.PMException
public class PMException
Exception class for the PERMIS management.
This exception is a standard PbaException, in order that the standard methods can be used in the PERMIS agent and thrown through the Managed PERMIS engine.
This Exception should only be used on the manager side, however there are some method shared between the agent and manager side, so it extends PbaException, in order that the agent side can use this exception as a PbaException.
Constructor Summary | |
---|---|
PMException(java.lang.String message)
constructor. |
|
PMException(java.lang.String message,
java.lang.Throwable ex)
constructor. |
Method Summary | |
---|---|
java.lang.String |
getCauseMessage()
Get the cause message. |
java.lang.String |
getRecursiveMessage()
Get all the messages as new line separated string. |
java.lang.String |
getTitle()
Get a title. |
void |
setTitle(java.lang.String title)
Set a title. |
Methods inherited from class issrg.utils.EmbeddedException |
---|
getEmbedded, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PMException(java.lang.String message)
message
- -
the text description of the exceptionpublic PMException(java.lang.String message, java.lang.Throwable ex)
message
- -
the text description of the exceptionex
- -
the exception that caused this exceptionMethod Detail |
---|
public void setTitle(java.lang.String title)
title
- -
a title for the exception.public java.lang.String getTitle()
public java.lang.String getCauseMessage()
public java.lang.String getRecursiveMessage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |