Package org.eclipse.jetty.start
Class PropsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.jetty.start.PropsException
-
- All Implemented Interfaces:
java.io.Serializable
public class PropsException extends java.lang.RuntimeException
An non-recoverable error with Props usage- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropsException(java.lang.String message)
PropsException(java.lang.String message, java.lang.Throwable cause)
PropsException(java.lang.Throwable cause)
-