Package io.webfolder.cdp.exception
Class CommandException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.webfolder.cdp.exception.CdpException
-
- io.webfolder.cdp.exception.CommandException
-
- All Implemented Interfaces:
Serializable
public class CommandException extends CdpException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandException(int code, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCode()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CommandException
public CommandException(int code, String message)
-
-