Package com.perforce.p4java.exception
Class FileDecoderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.perforce.p4java.exception.P4JavaException
com.perforce.p4java.exception.FileDecoderException
- All Implemented Interfaces:
Serializable
Exception class for P4Java file decoding exceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFileDecoderException(String message) FileDecoderException(String message, Throwable cause) FileDecoderException(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
-
FileDecoderException
public FileDecoderException() -
FileDecoderException
-
FileDecoderException
-
FileDecoderException
-