Class TobagoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.myfaces.tobago.exception.TobagoException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TobagoConfigurationException
public class TobagoException extends RuntimeException
- Since:
- Tobago 4.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TobagoException(String message)
TobagoException(String message, Throwable cause)
TobagoException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-