oracle.tip.callout.exception
Class CalloutDomainException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--oracle.tip.callout.exception.CalloutDomainException
- All Implemented Interfaces:
- java.io.Serializable
- public class CalloutDomainException
- extends java.lang.Exception
CalloutDomainException for creating exceptions where there is a fault in the domain logic
- See Also:
- Serialized Form
Method Summary |
java.lang.Exception |
getException()
Returns the current exception |
java.lang.String |
getMessage()
This gets the message for the current exception |
java.lang.String |
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 |
CalloutDomainException
public CalloutDomainException(java.lang.String message)
CalloutDomainException
public CalloutDomainException(java.lang.Exception e)
CalloutDomainException
public CalloutDomainException(java.lang.String message,
java.lang.Exception e)
toString
public java.lang.String toString()
-
- Overrides:
toString
in class java.lang.Throwable
getMessage
public java.lang.String getMessage()
- This gets the message for the current exception
-
- Overrides:
getMessage
in class java.lang.Throwable
-
- Returns:
- String , message for this exception
getException
public java.lang.Exception getException()
- Returns the current exception
-
- Returns:
- Exception, Exception
Copyright © 2004, Oracle. All rights reserved.