public class

BoxException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ cn.com.believer.songyuanframework.openapi.storage.box.objects.BoxException

Summary

Constants
long serialVersionUID .
[Expand]
Inherited Constants
From class java.lang.Exception
From class java.lang.Throwable
Fields
private Throwable nestedException A wrapped Throwable.
private String status box.net status words.
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
BoxException()
BoxException(String message)
BoxException(Throwable nestedException)
BoxException(String message, Throwable nestedException)
Public Methods
String getMessage()
Throwable getNestedException()
String getStatus()
void printStackTrace(PrintWriter writer)
void printStackTrace(PrintStream out)
void printStackTrace()
void setStatus(String status)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

.

Constant Value: -544277250203979369 (0xf87256b98243f197)

Fields

private Throwable nestedException

A wrapped Throwable.

private String status

box.net status words.

Public Constructors

public BoxException ()

public BoxException (String message)

Parameters
message Exception message

public BoxException (Throwable nestedException)

Parameters
nestedException Nested exception

public BoxException (String message, Throwable nestedException)

Parameters
message Exception message
nestedException Nested exception

Public Methods

public String getMessage ()

Returns
  • exception message

public Throwable getNestedException ()

Returns
  • nested exception

public String getStatus ()

Returns
  • the status

public void printStackTrace (PrintWriter writer)

Parameters
writer Writer to be output

public void printStackTrace (PrintStream out)

Parameters
out Print stream to be output

public void printStackTrace ()

public void setStatus (String status)

Parameters
status The status to set