com.sshtools.profile
Class ProfileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sshtools.profile.ProfileException
All Implemented Interfaces:
java.io.Serializable

public class ProfileException
extends java.lang.Exception

Exception thrown when there are errors caused by handling of a ResourceProfile.

Author:
$Author: james $
See Also:
Serialized Form

Constructor Summary
ProfileException()
          Construct a new ProfileException with no message
ProfileException(java.lang.String message)
          Construct a new ProfileException with a message.
ProfileException(java.lang.String message, java.lang.Throwable cause)
          Construct a new ProfileException with a message.
ProfileException(java.lang.Throwable cause)
          Construct a new ProfileException with an underlying cause.
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

ProfileException

public ProfileException()
Construct a new ProfileException with no message


ProfileException

public ProfileException(java.lang.String message)
Construct a new ProfileException with a message.

Parameters:
message - message

ProfileException

public ProfileException(java.lang.String message,
                        java.lang.Throwable cause)
Construct a new ProfileException with a message.

Parameters:
message - message
cause - cause

ProfileException

public ProfileException(java.lang.Throwable cause)
Construct a new ProfileException with an underlying cause.

Parameters:
cause - cause
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable


Copyright © 2003-2004 3SP LTD. All Rights Reserved.