com.atlassian.crowd.plugin.rest.admin.model.exception
Class InternalErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.crowd.plugin.rest.admin.model.exception.InternalErrorException
All Implemented Interfaces:
Serializable

public class InternalErrorException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
InternalErrorException()
           
InternalErrorException(String message)
           
InternalErrorException(String message, Throwable cause)
           
InternalErrorException(Throwable cause)
           
 
Method Summary
 
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

InternalErrorException

public InternalErrorException()

InternalErrorException

public InternalErrorException(String message)

InternalErrorException

public InternalErrorException(String message,
                              Throwable cause)

InternalErrorException

public InternalErrorException(Throwable cause)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.