Class ResourceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.smallmind.nutsnbolts.lang.FormattedException
-
- org.smallmind.nutsnbolts.resource.ResourceException
-
- All Implemented Interfaces:
Serializable
public class ResourceException extends FormattedException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceException()ResourceException(String message, Object... args)ResourceException(Throwable throwable)ResourceException(Throwable throwable, String message, Object... args)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ResourceException
public ResourceException()
-
ResourceException
public ResourceException(Throwable throwable)
-
-