com.atlassian.bamboo.rest
Class BambooRemoteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.bamboo.rest.BambooRemoteException
- All Implemented Interfaces:
- Serializable
public class BambooRemoteException
- extends Exception
This provides a checked exception for report remote api problems.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BambooRemoteException
public BambooRemoteException(String message)
- Create an exception containing the message
- Parameters:
message
- The error message
BambooRemoteException
public BambooRemoteException(String message,
Throwable cause)
- Create an exception containing the message and root cause
- Parameters:
message
- The error messagecause
- The root cause
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.