org.objectweb.easybeans.tests.common.exception
Class CustomException00

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.easybeans.tests.common.exception.CustomException00
All Implemented Interfaces:
java.io.Serializable

public class CustomException00
extends java.lang.Exception

Custom exception.

Author:
Eduardo Studzinski Estima de Castro, Gisele Pinheiro Souza
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Serial ID.
 
Constructor Summary
CustomException00(java.lang.String msg)
          Default constructor.
 
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
Serial ID.

See Also:
Constant Field Values
Constructor Detail

CustomException00

public CustomException00(java.lang.String msg)
Default constructor.

Parameters:
msg - exception message