Package com.perforce.p4java.exception
Class NoSuchObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.perforce.p4java.exception.P4JavaException
com.perforce.p4java.exception.NoSuchObjectException
- All Implemented Interfaces:
Serializable
Exception class to use to signal missing objects within p4java; this
is not used for missing objects on the Perforce server side.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoSuchObjectException(String message) NoSuchObjectException(String message, Throwable cause) NoSuchObjectException(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
-
NoSuchObjectException
public NoSuchObjectException() -
NoSuchObjectException
-
NoSuchObjectException
-
NoSuchObjectException
-