org.openpermis.examples.ejb.server
Class HelloEjbException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openpermis.examples.ejb.server.HelloEjbException
All Implemented Interfaces:
Serializable

public class HelloEjbException
extends Exception

Sample exception for the hello EJB service.

See Also:
Serialized Form
Since:
0.3.0

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
HelloEjbException(String message)
          Creates an exception with the specified message.
HelloEjbException(String message, Throwable cause)
          Creates an exception with the specified message and cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Constant Field Value:
5517886613049935598L
Since:
0.3.0
Constructor Detail

HelloEjbException

public HelloEjbException(String message)
Creates an exception with the specified message.

Parameters:
message - the message for this exception.
Since:
0.1.0

HelloEjbException

public HelloEjbException(String message,
                         Throwable cause)
Creates an exception with the specified message and cause.

Parameters:
message - the message for this exception.
cause - the Throwable that caused this exception to be thrown.
Since:
0.1.0


OpenPermis Role Based Access Control 0.9.0 (Build 16)
2009/08/13 07:18:17
Copyright (c) 2002-2007 Ergon Informatik AG