org.openorb.pss.connector
public class PersistenceException extends SystemException implements CascadingThrowable
Constructor Summary | |
---|---|
PersistenceException()
Default constructor. | |
PersistenceException(Throwable cause)
Causal constructor. | |
PersistenceException(String orb_reason)
Constructor with a string reason. | |
PersistenceException(String orb_reason, Throwable cause)
Constructor with fields initialization and causal exception. | |
PersistenceException(int minor, CompletionStatus completed)
Constructor with field initialization and causal exception. | |
PersistenceException(int minor, CompletionStatus completed, Throwable cause)
Constructor with field initialization and causal exception. | |
PersistenceException(String orb_reason, int minor, CompletionStatus completed)
Full constructor with fields initialization and causal exception. | |
PersistenceException(String orb_reason, int minor, CompletionStatus completed, Throwable cause)
Full constructor with fields initialization and causal exception. |
Method Summary | |
---|---|
Throwable | getCause()
Local method that returns the cause of the exception. |
Parameters: cause the exception causing this exception to be raised
Parameters: orb_reason the exception description
Parameters: orb_reason the exception description cause the exception causing this exception to be raised
Parameters: minor exception minor code (refer OMG PSS spec. 99-07-07, Chapter 8 Minor Codes, p 67) completed completed exception member
Parameters: minor exception minor code (refer OMG PSS spec. 99-07-07, Chapter 8 Minor Codes, p 67) completed completed exception member cause the exception causing this exception to be raised
Parameters: orb_reason exception description minor exception minor code (refer OMG PSS spec. 99-07-07, Chapter 8 Minor Codes, p 67) completed completed exception member
Parameters: orb_reason exception description minor exception minor code (refer OMG PSS spec. 99-07-07, Chapter 8 Minor Codes, p 67) completed completed exception member cause the exception causing this exception to be raised
Returns: Throwable the exception causing this exception