Perforce

com.perforce.api
Class SubmitException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.perforce.api.PerforceException
                    |
                    +--com.perforce.api.SubmitException
All Implemented Interfaces:
Serializable

public final class SubmitException
extends PerforceException

Signals that an exception occurred during a submit to Perforce.

Version:
$Date: 2002/08/05 $ $Revision: #6 $
Author:
David Markley
See Also:
Serialized Form

Constructor Summary
SubmitException(String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SubmitException

public SubmitException(String msg)

Perforce

Copyright © 2001, Perforce Software, All rights reserved.