Package de.xima.fc.exceptions
Class InvalidUriPathSegmentNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
de.xima.fc.exceptions.InvalidUriPathSegmentNameException
- All Implemented Interfaces:
Serializable
Exception when a name is encountered that cannot be used literally as a
URI path segment
.- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidUriPathSegmentNameException
(String message) InvalidUriPathSegmentNameException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidUriPathSegmentNameException
- Parameters:
message
- Message describing the error in more detail.cause
- The underlying cause of the error.
-
InvalidUriPathSegmentNameException
- Parameters:
message
- Message describing the error in more detail.
-
InvalidUriPathSegmentNameException
- Parameters:
cause
- The underlying cause of the error.
-