Package de.uhilger.httpserver.up
Class MultipartStream.IllegalBoundaryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- de.uhilger.httpserver.up.MultipartStream.IllegalBoundaryException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MultipartStream
public static class MultipartStream.IllegalBoundaryException extends IOException
Thrown upon attempt of setting an invalid boundary token.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalBoundaryException()
Constructs anIllegalBoundaryException
with no detail message.IllegalBoundaryException(String message)
Constructs anIllegalBoundaryException
with the specified detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IllegalBoundaryException
public IllegalBoundaryException()
Constructs anIllegalBoundaryException
with no detail message.
-
IllegalBoundaryException
public IllegalBoundaryException(String message)
Constructs anIllegalBoundaryException
with the specified detail message.- Parameters:
message
- The detail message.
-
-