|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.javacard.spi.cardmgmt.DeploymentException
@TransactionType(value=NOT_SUPPORTED) public class DeploymentException
A DeploymentException
is thrown by the
DeploymentUnitLoader
load
method when an error
or exception occurs while loading.
DeploymentUnitLoader
Constructor Summary | |
---|---|
DeploymentException()
Constructs a DeploymentException . |
|
DeploymentException(String s)
Constructs a DeploymentException with the specified detail
message. |
|
DeploymentException(String s,
Throwable cause)
Constructs a DeploymentException with the specified detail
message and cause. |
Method Summary | |
---|---|
Throwable |
getCause()
Returns the cause of this exception. |
String |
getMessage()
Returns the detail message, including the message from the cause, if any, of this exception. |
Methods inherited from class java.lang.Throwable |
---|
printStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeploymentException()
DeploymentException
.
public DeploymentException(String s)
DeploymentException
with the specified detail
message.
s
- the detail messagepublic DeploymentException(String s, Throwable cause)
DeploymentException
with the specified detail
message and cause.
s
- the detail messagecause
- the causeMethod Detail |
---|
public String getMessage()
getMessage
in class Throwable
public Throwable getCause()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |