Package org.openbase.jps.exception
Class JPBadArgumentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openbase.jps.exception.JPServiceException
-
- org.openbase.jps.exception.JPBadArgumentException
-
- All Implemented Interfaces:
Serializable
public class JPBadArgumentException extends JPServiceException
- Author:
- Divine Threepwood
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JPBadArgumentException(String message)JPBadArgumentException(String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocalizedMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-