com.atlassian.core.exception
Class InfrastructureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.core.exception.InfrastructureException
All Implemented Interfaces:
java.io.Serializable

public class InfrastructureException
extends java.lang.RuntimeException

Version:
Revision: 1.1.1.1 $
Author:
Ara Abrahamian (ara_e_w@yahoo.com)
See Also:
Serialized Form

Constructor Summary
InfrastructureException(java.lang.String msg)
           
InfrastructureException(java.lang.String msg, java.lang.Throwable cause)
           
InfrastructureException(java.lang.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

InfrastructureException

public InfrastructureException(java.lang.Throwable cause)

InfrastructureException

public InfrastructureException(java.lang.String msg)

InfrastructureException

public InfrastructureException(java.lang.String msg,
                               java.lang.Throwable cause)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.