Framework Professional Edition Package


com.prosyst.mbs.services.pmp
Class PMPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.prosyst.mbs.services.pmp.PMPException
All Implemented Interfaces:
java.io.Serializable

public class PMPException
extends java.lang.Exception

Exception that represents an error in the pmp network protocol.

See Also:
Serialized Form

Constructor Summary
PMPException(java.lang.String errMsg)
          Constructs a PMPexception with a specified error message.
PMPException(java.lang.String errMsg, java.lang.Exception exc)
          Constructs a PMPexception with a specified error message and basic exception.
 
Method Summary
 java.lang.Exception getBasicException()
          Returns the basic exception.
 
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

PMPException

public PMPException(java.lang.String errMsg)
Constructs a PMPexception with a specified error message.

Parameters:
errMsg - the error message

PMPException

public PMPException(java.lang.String errMsg,
                    java.lang.Exception exc)
Constructs a PMPexception with a specified error message and basic exception.

Parameters:
errMsg - the error message
exc - the Exception
Method Detail

getBasicException

public java.lang.Exception getBasicException()
Returns the basic exception.


Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved