|
Préférences
Moteurs de recherche
|
||||||||||||||||||
JavaTM 2 Platform Std. Ed. v1.5.0
javax.activity
|
Field Summary |
---|
Fields inherited from class java.rmi.RemoteException |
---|
detail |
Constructor Summary | |
---|---|
ActivityRequiredException()
Constructs a new instance with null as its detail message. |
|
ActivityRequiredException(String message)
Constructs a new instance with the specified detail message. |
|
ActivityRequiredException(String message,
Throwable cause)
Constructs a new throwable with the specified detail message and cause. |
|
ActivityRequiredException(Throwable cause)
Constructs a new throwable with the specified cause. |
Method Summary |
---|
Methods inherited from class java.rmi.RemoteException |
---|
getCause, getMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ActivityRequiredException()
public ActivityRequiredException(String message)
message
- the detail message.public ActivityRequiredException(Throwable cause)
cause
- a chained exception of type
Throwable
.public ActivityRequiredException(String message, Throwable cause)
message
- the detail message.cause
- a chained exception of type
Throwable
.