/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/ejb/ |
H A D | ConcurrentAccessTimeoutException.java | 57 public ConcurrentAccessTimeoutException(String message) { argument 58 super(message);
|
H A D | CreateException.java | 58 * Constructs a CreateException with no detail message. 65 * detail message. 67 public CreateException(String message) { argument 68 super(message);
|
H A D | DuplicateKeyException.java | 56 * Constructs a DuplicateKeyException with no detail message. 63 * detail message. 65 public DuplicateKeyException(String message) { argument 66 super(message);
|
H A D | EJBAccessException.java | 54 * Constructs an EJBAccessException with no detail message. 62 * detailed message. 64 public EJBAccessException(String message) { argument 65 super(message);
|
H A D | EJBTransactionRequiredException.java | 55 * Constructs an EJBTransactionRequiredException with no detail message. 63 * detailed message. 65 public EJBTransactionRequiredException(String message) { argument 66 super(message);
|
H A D | FinderException.java | 57 * Constructs an FinderException with no detail message. 64 * detail message. 66 public FinderException(String message) { argument 67 super(message);
|
H A D | IllegalLoopbackException.java | 57 public IllegalLoopbackException(String message) { argument 58 super(message);
|
H A D | NoMoreTimeoutsException.java | 55 public NoMoreTimeoutsException(String message) { argument 56 super(message);
|
H A D | ObjectNotFoundException.java | 59 * Constructs an ObjectNotFoundException with no detail message. 66 * detail message. 68 public ObjectNotFoundException(String message) { argument 69 super(message);
|
H A D | RemoveException.java | 55 * Constructs an RemoveException with no detail message. 62 * detail message. 64 public RemoveException(String message) { argument 65 super(message);
|
H A D | TransactionRequiredLocalException.java | 55 * Constructs a TransactionRequiredLocalException with no detail message. 63 * detailed message. 65 public TransactionRequiredLocalException(String message) { argument 66 super(message);
|
/glassfish-3.1.2/common/glassfish-api/src/main/java/com/sun/appserv/server/ |
H A D | ServerLifecycleException.java | 57 * Construct a new LifecycleException for the specified message. 59 * @param message Message describing this exception 61 public ServerLifecycleException(String message) { argument 62 super(message); 75 * Construct a new LifecycleException for the specified message 78 * @param message Message describing this exception 81 public ServerLifecycleException(String message, Throwable rootCause) { argument 82 super(message, rootCause);
|
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/container/ |
H A D | EndpointRegistrationException.java | 52 public EndpointRegistrationException(String message) { argument 53 super(message);
|
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/embedded/ |
H A D | LifecycleException.java | 50 * Constructs a <tt>LifecycleException</tt> with no detail message. 58 * message. The cause is not initialized, and may subsequently be 61 * @param message the detail message 63 protected LifecycleException(String message) { argument 64 super(message); 69 * message and cause. 71 * @param message the detail message 75 public LifecycleException(String message, Throwabl argument [all...] |
/glassfish-3.1.2/common/simple-glassfish-api/src/main/java/org/glassfish/embeddable/ |
H A D | GlassFishException.java | 50 public GlassFishException(String message, Throwable cause) { argument 51 super(message, cause); 58 public GlassFishException(String message) { argument 59 super(message);
|
/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/ |
H A D | NotSupportedException.java | 61 * Constructs a new instance with null as its detail message. 66 * Constructs a new instance with the specified detail message. 68 * @param message the detail message. 70 public NotSupportedException(String message) { argument 71 super(message); 84 * Constructs a new throwable with the specified detail message and cause. 86 * @param message the detail message. 90 public NotSupportedException(String message, Throwabl argument 101 NotSupportedException(String message, String errorCode) argument [all...] |
/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/ |
H A D | ApplicationServerInternalException.java | 60 * Constructs a new instance with null as its detail message. 65 * Constructs a new instance with the specified detail message. 67 * @param message the detail message. 69 public ApplicationServerInternalException(String message) { argument 70 super(message); 84 * Constructs a new throwable with the specified detail message and cause. 86 * @param message the detail message. 92 String message, Throwabl 91 ApplicationServerInternalException( String message, Throwable cause) argument 103 ApplicationServerInternalException( String message, String errorCode) argument [all...] |
H A D | CommException.java | 56 * Constructs a new instance with null as its detail message. 61 * Constructs a new instance with the specified detail message. 63 * @param message the detail message. 65 public CommException(String message) { argument 66 super(message); 79 * Constructs a new throwable with the specified detail message and cause. 81 * @param message the detail message. 85 public CommException(String message, Throwabl argument 96 CommException(String message, String errorCode) argument [all...] |
H A D | EISSystemException.java | 58 * Constructs a new instance with null as its detail message. 63 * Constructs a new instance with the specified detail message. 65 * @param message the detail message. 67 public EISSystemException(String message) { argument 68 super(message); 81 * Constructs a new throwable with the specified detail message and cause. 83 * @param message the detail message. 87 public EISSystemException(String message, Throwabl argument 98 EISSystemException(String message, String errorCode) argument [all...] |
H A D | IllegalStateException.java | 57 * Constructs a new instance with null as its detail message. 62 * Constructs a new instance with the specified detail message. 64 * @param message the detail message. 66 public IllegalStateException(String message) { argument 67 super(message); 80 * Constructs a new throwable with the specified detail message and cause. 82 * @param message the detail message. 86 public IllegalStateException(String message, Throwabl argument 97 IllegalStateException(String message, String errorCode) argument [all...] |
H A D | LocalTransactionException.java | 80 * Constructs a new instance with null as its detail message. 85 * Constructs a new instance with the specified detail message. 87 * @param message the detail message. 89 public LocalTransactionException(String message) { argument 90 super(message); 103 * Constructs a new throwable with the specified detail message and cause. 105 * @param message the detail message. 109 public LocalTransactionException(String message, Throwabl argument 120 LocalTransactionException(String message, String errorCode) argument [all...] |
H A D | ResourceAdapterInternalException.java | 65 * Constructs a new instance with null as its detail message. 70 * Constructs a new instance with the specified detail message. 72 * @param message the detail message. 74 public ResourceAdapterInternalException(String message) { argument 75 super(message); 88 * Constructs a new throwable with the specified detail message and cause. 90 * @param message the detail message. 94 public ResourceAdapterInternalException(String message, Throwabl argument 105 ResourceAdapterInternalException(String message, String errorCode) argument [all...] |
H A D | ResourceAllocationException.java | 61 * Constructs a new instance with null as its detail message. 66 * Constructs a new instance with the specified detail message. 68 * @param message the detail message. 70 public ResourceAllocationException(String message) { argument 71 super(message); 84 * Constructs a new throwable with the specified detail message and cause. 86 * @param message the detail message. 90 public ResourceAllocationException(String message, Throwabl argument 101 ResourceAllocationException(String message, String errorCode) argument [all...] |
H A D | SecurityException.java | 71 * Constructs a new instance with null as its detail message. 76 * Constructs a new instance with the specified detail message. 78 * @param message the detail message. 80 public SecurityException(String message) { argument 81 super(message); 94 * Constructs a new throwable with the specified detail message and cause. 96 * @param message the detail message. 100 public SecurityException(String message, Throwabl argument 111 SecurityException(String message, String errorCode) argument [all...] |
H A D | SharingViolationException.java | 56 * Constructs a new instance with null as its detail message. 61 * Constructs a new instance with the specified detail message. 63 * @param message the detail message. 65 public SharingViolationException(String message) { argument 66 super(message); 80 * Constructs a new throwable with the specified detail message and cause. 82 * @param message the detail message. 87 public SharingViolationException(String message, Throwabl argument 98 SharingViolationException(String message, String errorCode) argument [all...] |