Class MultiPartFileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.smallmind.nutsnbolts.lang.FormattedRuntimeException
-
- org.smallmind.web.jersey.multipart.MultiPartFileException
-
- All Implemented Interfaces:
Serializable
public class MultiPartFileException extends FormattedRuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultiPartFileException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MultiPartFileException
public MultiPartFileException(Throwable throwable)
-
-