Searched defs:message (Results 1 - 25 of 257) sorted by relevance

1234567891011

/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/ejb/
H A DConcurrentAccessTimeoutException.java57 public ConcurrentAccessTimeoutException(String message) { argument
58 super(message);
H A DCreateException.java58 * Constructs a CreateException with no detail message.
65 * detail message.
67 public CreateException(String message) { argument
68 super(message);
H A DDuplicateKeyException.java56 * Constructs a DuplicateKeyException with no detail message.
63 * detail message.
65 public DuplicateKeyException(String message) { argument
66 super(message);
H A DEJBAccessException.java54 * Constructs an EJBAccessException with no detail message.
62 * detailed message.
64 public EJBAccessException(String message) { argument
65 super(message);
H A DEJBTransactionRequiredException.java55 * Constructs an EJBTransactionRequiredException with no detail message.
63 * detailed message.
65 public EJBTransactionRequiredException(String message) { argument
66 super(message);
H A DFinderException.java57 * Constructs an FinderException with no detail message.
64 * detail message.
66 public FinderException(String message) { argument
67 super(message);
H A DIllegalLoopbackException.java57 public IllegalLoopbackException(String message) { argument
58 super(message);
H A DNoMoreTimeoutsException.java55 public NoMoreTimeoutsException(String message) { argument
56 super(message);
H A DObjectNotFoundException.java59 * Constructs an ObjectNotFoundException with no detail message.
66 * detail message.
68 public ObjectNotFoundException(String message) { argument
69 super(message);
H A DRemoveException.java55 * Constructs an RemoveException with no detail message.
62 * detail message.
64 public RemoveException(String message) { argument
65 super(message);
H A DTransactionRequiredLocalException.java55 * 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 DServerLifecycleException.java57 * 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 DEndpointRegistrationException.java52 public EndpointRegistrationException(String message) { argument
53 super(message);
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/embedded/
H A DLifecycleException.java50 * 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 DGlassFishException.java50 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 DNotSupportedException.java61 * 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 DApplicationServerInternalException.java60 * 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 DCommException.java56 * 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 DEISSystemException.java58 * 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 DIllegalStateException.java57 * 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 DLocalTransactionException.java80 * 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 DResourceAdapterInternalException.java65 * 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 DResourceAllocationException.java61 * 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 DSecurityException.java71 * 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 DSharingViolationException.java56 * 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...]

Completed in 1035 milliseconds

1234567891011