com.perforce.p4java.exception
Class FileDecoderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.perforce.p4java.exception.P4JavaException
              extended by com.perforce.p4java.exception.FileDecoderException
All Implemented Interfaces:
Serializable

public class FileDecoderException
extends P4JavaException

Exception class for P4Java file decoding exceptions.

See Also:
Serialized Form

Constructor Summary
FileDecoderException()
           
FileDecoderException(String message)
           
FileDecoderException(String message, Throwable cause)
           
FileDecoderException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileDecoderException

public FileDecoderException()

FileDecoderException

public FileDecoderException(String message,
                            Throwable cause)

FileDecoderException

public FileDecoderException(String message)

FileDecoderException

public FileDecoderException(Throwable cause)


Copyright © 2015 Perforce Software. All Rights Reserved.