public class ProfileException extends WrapperException
Constructor and Description |
---|
ProfileException(java.lang.String msg)
Construct a
ProfileException with the given message. |
ProfileException(java.lang.String msg,
java.lang.Throwable t)
Constructs a
ProfileException with the specified detail message,
wrapping the given Throwable object. |
getMessage, getNested, printStackTrace, printStackTrace
public ProfileException(java.lang.String msg)
ProfileException
with the given message.msg
- The exception message.public ProfileException(java.lang.String msg, java.lang.Throwable t)
ProfileException
with the specified detail message,
wrapping the given Throwable
object.msg
- The detail message.t
- The exception to wrap.