org.objectweb.easybeans.tests.common.ejbs.stateless
Interface ItfExceptions

All Known Implementing Classes:
SLSBInterceptorExceptions00

public interface ItfExceptions

Interface used to test exceptions.

Author:
Eduardo Studzinski Estima de Castro, Gisele Pinheiro Souza

Field Summary
static java.lang.Integer VALUE
          Constant value.
 
Method Summary
 java.lang.Integer getInt()
          Gets an integer.
 java.lang.Integer throwsOneException00()
          Gets an integer.
 java.lang.Integer throwsOneException01()
          Gets an integer.
 java.lang.Integer throwsTwoExceptions()
          Gets an integer.
 

Field Detail

VALUE

static final java.lang.Integer VALUE
Constant value.

Method Detail

getInt

java.lang.Integer getInt()
Gets an integer.

Returns:
an integer

throwsOneException00

java.lang.Integer throwsOneException00()
                                       throws CustomException00
Gets an integer.

Returns:
an integer
Throws:
CustomException00 - if a problem occurs

throwsOneException01

java.lang.Integer throwsOneException01()
                                       throws CustomException01
Gets an integer.

Returns:
an integer
Throws:
CustomException00 - if a problem occurs
CustomException01

throwsTwoExceptions

java.lang.Integer throwsTwoExceptions()
                                      throws CustomException00,
                                             CustomException01
Gets an integer.

Returns:
an integer
Throws:
CustomException00 - if a problem occurs
CustomException01 - if a problem occurs