com.bowstreet.profiles
Class ProfileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.bowstreet.util.WrappedException
                  extended by com.bowstreet.profiles.ProfileException
All Implemented Interfaces:
java.io.Serializable

public class ProfileException
extends WrappedException

An exception to be thrown during a profile operation failure.

See Also:
Serialized Form

Constructor Summary
ProfileException()
          Constructs a ProfileException without a specified message
ProfileException(java.lang.String message)
          Constructs a ProfileException with a specified message
ProfileException(java.lang.Throwable target)
          Constructs a ProfileException with a target exception.
ProfileException(java.lang.Throwable target, java.lang.String msg)
          Constructs a ProfileException with a target exception and a detail message.
 
Method Summary
 
Methods inherited from class com.bowstreet.util.WrappedException
getMessage, getProperty, getTargetException, printStackTrace, printStackTrace, printStackTrace, putProperty, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProfileException

public ProfileException()
Constructs a ProfileException without a specified message


ProfileException

public ProfileException(java.lang.String message)
Constructs a ProfileException with a specified message

Parameters:
message - The exception message

ProfileException

public ProfileException(java.lang.Throwable target)
Constructs a ProfileException with a target exception.

Parameters:
target - The real execption.

ProfileException

public ProfileException(java.lang.Throwable target,
                        java.lang.String msg)
Constructs a ProfileException with a target exception and a detail message.

Parameters:
target - The real execption.
msg - The message for the exception.


Copyright © 2009 IBM. All Rights Reserved.