com.perforce.p4java.exception
Class OptionsException

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.OptionsException
All Implemented Interfaces:
Serializable

public class OptionsException
extends P4JavaException

A P4Java extension used to signal to participating users that an error occurred in Options object processing.

See Also:
Serialized Form

Constructor Summary
OptionsException()
           
OptionsException(String message)
           
OptionsException(String message, Throwable cause)
           
OptionsException(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

OptionsException

public OptionsException()

OptionsException

public OptionsException(String message,
                        Throwable cause)

OptionsException

public OptionsException(String message)

OptionsException

public OptionsException(Throwable cause)


Copyright © 2015 Perforce Software. All Rights Reserved.