Package org.glassfish.gmbal
Class GmbalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.glassfish.gmbal.GmbalException
-
- All Implemented Interfaces:
Serializable
public class GmbalException extends RuntimeException
Unchecked exception type used for all gmbal exceptions.- Author:
- ken
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GmbalException(String msg)GmbalException(String msg, Throwable thr)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-