com.perforce.p4java.exception
Class NoSuchObjectException

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

public class NoSuchObjectException
extends P4JavaException

Exception class to use to signal missing objects within p4java; this is not used for missing objects on the Perforce server side.

See Also:
Serialized Form

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

NoSuchObjectException

public NoSuchObjectException()

NoSuchObjectException

public NoSuchObjectException(String message,
                             Throwable cause)

NoSuchObjectException

public NoSuchObjectException(String message)

NoSuchObjectException

public NoSuchObjectException(Throwable cause)


Copyright © 2015 Perforce Software. All Rights Reserved.