com.tek42.perforce
Class PerforceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.tek42.perforce.PerforceException
All Implemented Interfaces:
java.io.Serializable

public class PerforceException
extends java.lang.Exception

Signals that a general exception occurred when working with Perforce.

Version:
$Date: 2001/11/05 $ $Revision: #1 $
Author:
David Markley
See Also:
Serialized Form

Constructor Summary
PerforceException(java.lang.String mesg)
           
PerforceException(java.lang.String mesg, java.lang.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

PerforceException

public PerforceException(java.lang.String mesg)

PerforceException

public PerforceException(java.lang.String mesg,
                         java.lang.Throwable cause)


Copyright © 2009. All Rights Reserved.