de.bea.domingo.service
Class NotesServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.bea.domingo.DNotesException
de.bea.domingo.service.NotesServiceException
- All Implemented Interfaces:
- CascadingThrowable, java.io.Serializable
public class NotesServiceException
- extends DNotesException
Class from which all exceptions in this package should inherit.
Allows recording of nested exceptions.
- Author:
- Kurt Riede
- See Also:
- Serialized Form
Constructor Summary |
NotesServiceException(java.lang.String message)
Construct a new NotesServiceException instance. |
NotesServiceException(java.lang.String message,
java.lang.Throwable cause)
Construct a new NotesServiceException instance. |
NotesServiceException(java.lang.Throwable cause)
Construct a new NotesServiceException instance. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NotesServiceException
public NotesServiceException(java.lang.String message)
- Construct a new
NotesServiceException
instance.
- Parameters:
message
- The detail message for this exception.
NotesServiceException
public NotesServiceException(java.lang.Throwable cause)
- Construct a new
NotesServiceException
instance.
- Parameters:
cause
- the cause of this throwable or null
if the
cause is nonexistent or unknown.
NotesServiceException
public NotesServiceException(java.lang.String message,
java.lang.Throwable cause)
- Construct a new
NotesServiceException
instance.
- Parameters:
message
- The detail message for this exception.cause
- the cause of this throwable or null
if the
cause is nonexistent or unknown.
Domingo Java-API