com.objectspace.voyager.activation
Class ActivationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--com.objectspace.voyager.activation.ActivationException
- public class ActivationException
- extends java.io.IOException
An ActivationException indicates an activation exception.
- Version:
- 3.0
- See Also:
- Serialized Form
Constructor Summary |
ActivationException()
Construct myself with no message or exception. |
ActivationException(java.lang.Exception exception)
Construct myself with the specified exception. |
ActivationException(java.lang.String message)
Construct myself with the specified message. |
ActivationException(java.lang.String message,
java.lang.Exception exception)
Construct myself with the specified message and exception. |
Method Summary |
java.lang.String |
getMessage()
Return my message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
ActivationException
public ActivationException()
- Construct myself with no message or exception.
ActivationException
public ActivationException(java.lang.String message)
- Construct myself with the specified message.
- Parameters:
message
- The message.
ActivationException
public ActivationException(java.lang.Exception exception)
- Construct myself with the specified exception.
- Parameters:
exception
- The exception.
ActivationException
public ActivationException(java.lang.String message,
java.lang.Exception exception)
- Construct myself with the specified message and exception.
- Parameters:
message
- The message.exception
- The exception.
getMessage
public java.lang.String getMessage()
- Return my message.
- Overrides:
- getMessage in class java.lang.Throwable
(c) Copyright 1997-1999 ObjectSpace, Inc.
14850 Quorum Drive, Suite 500
Dallas, Texas 75240