Searched refs:message (Results 1 - 25 of 456) sorted by relevance

1234567891011>>

/glassfish-3.1.2/admin/jmx-remote/client/src/main/java/com/sun/enterprise/admin/jmx/remote/internal/
H A DMBeanServerResponseActor.java62 import javax.management.remote.message.MBeanServerResponseMessage;
75 static final void voidOrThrow(final MBeanServerResponseMessage message) throws Exception { argument
76 if (message.isException()) {
77 throw ((Exception)message.getWrappedResult());
79 /*ignore the return value, if there is no exception, as the message
83 static final Object returnOrThrow(final MBeanServerResponseMessage message) throws Exception { argument
84 voidOrThrow(message);
85 return ( message.getWrappedResult() );
/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/ejb/javax.ejb/src/main/java/javax/ejb/
H A DAccessLocalException.java55 * Constructs an AccessLocalException with no detail message.
62 * detail message.
64 public AccessLocalException(String message) { argument
65 super(message);
70 * detail message and a nested exception.
72 public AccessLocalException(String message, Exception ex) { argument
73 super(message, ex);
H A DConcurrentAccessException.java59 * Constructs an ConcurrentAccessException with no detail message.
66 * detailed message.
68 public ConcurrentAccessException(String message) { argument
69 super(message);
74 * detail message and a nested exception.
76 public ConcurrentAccessException(String message, Exception ex) { argument
77 super(message, ex);
H A DEJBTransactionRolledbackException.java57 * Constructs an EJBTransactionRolledbackException with no detail message.
64 * detailed message.
66 public EJBTransactionRolledbackException(String message) { argument
67 super(message);
72 * detail message and a nested exception.
74 public EJBTransactionRolledbackException(String message, Exception ex) { argument
75 super(message, ex);
H A DNoSuchEJBException.java54 * Constructs a NoSuchEJBException with no detail message.
61 * detail message.
63 public NoSuchEJBException(String message) { argument
64 super(message);
69 * detail message and a nested exception.
71 public NoSuchEJBException(String message, Exception ex) { argument
72 super(message, ex);
H A DNoSuchObjectLocalException.java54 * Constructs a NoSuchObjectLocalException with no detail message.
61 * detail message.
63 public NoSuchObjectLocalException(String message) { argument
64 super(message);
69 * detail message and a nested exception.
71 public NoSuchObjectLocalException(String message, Exception ex) { argument
72 super(message, ex);
H A DTransactionRolledbackLocalException.java57 * Constructs a TransactionRolledbackLocalException with no detail message.
64 * detailed message.
66 public TransactionRolledbackLocalException(String message) { argument
67 super(message);
72 * detail message and a nested exception.
74 public TransactionRolledbackLocalException(String message, Exception ex) { argument
75 super(message, ex);
/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 DRetryableUnavailableException.java63 * 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 RetryableUnavailableException(String message) { argument
75 super(message);
89 * Constructs a new throwable with the specified detail message and cause.
91 * @param message the detail message.
96 public RetryableUnavailableException(String message, Throwabl argument
107 RetryableUnavailableException(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...]
H A DUnavailableException.java52 * Constructs a new instance with null as its detail message.
57 * Constructs a new instance with the specified detail message.
59 * @param message the detail message.
61 public UnavailableException(String message) { argument
62 super(message);
76 * Constructs a new throwable with the specified detail message and cause.
78 * @param message the detail message.
83 public UnavailableException(String message, Throwabl argument
94 UnavailableException(String message, String errorCode) argument
[all...]
/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/work/
H A DWorkCompletedException.java68 * Constructs a new instance with null as its detail message.
73 * Constructs a new instance with the specified detail message.
75 * @param message the detail message.
77 public WorkCompletedException(String message) { argument
78 super(message);
92 * Constructs a new throwable with the specified detail message and cause.
94 * @param message the detail message.
99 public WorkCompletedException(String message, Throwabl argument
110 WorkCompletedException(String message, String errorCode) argument
[all...]
H A DWorkRejectedException.java62 * Constructs a new instance with null as its detail message.
67 * Constructs a new instance with the specified detail message.
69 * @param message the detail message.
71 public WorkRejectedException(String message) { argument
72 super(message);
85 * Constructs a new throwable with the specified detail message and cause.
87 * @param message the detail message.
91 public WorkRejectedException(String message, Throwabl argument
102 WorkRejectedException(String message, String errorCode) argument
[all...]
/glassfish-3.1.2/tests/quicklook/ejb/singleton/src/java/
H A DBeanMessage.java52 private String message = ""; field in class:BeanMessage
55 return message;
58 public void setMessage(String message) { argument
59 this.message = message;
60 System.out.println("BeanMessage: setMessage="+this.message);
63 public void appendMessage(String message) { argument
64 this.message += message;
65 System.out.println("BeanMessage: appendMessage="+this.message);
[all...]
/glassfish-3.1.2/common/annotation-framework/src/main/java/org/glassfish/apf/
H A DAnnotationProcessorException.java51 final private String message; field in class:AnnotationProcessorException
59 * @param message describing the exception cause
61 public AnnotationProcessorException(String message) { argument
62 this.message = message;
68 * @param message describing the exception cause
72 public AnnotationProcessorException(String message, AnnotationInfo locator) { argument
73 this.message = message;
82 return message;
[all...]
/glassfish-3.1.2/security/javax.security.auth.message/src/main/java/javax/security/auth/message/config/
H A DClientAuthContext.java41 package javax.security.auth.message.config;
43 import javax.security.auth.message.*;
46 import javax.security.auth.message.module.ClientAuthModule;

Completed in 112 milliseconds

1234567891011>>