Class SBHException

All Implemented Interfaces:
Serializable

public class SBHException extends DAP2ServerSideException
The Something Bad Happened (SBH) Exception. This gets thrown in situations where something pretty bad went down and we don't have a good exception type to describe the problem, or we don't really know what the hell is going on.

Yes, its the garbage dump of our exception classes.

See Also:
  • Constructor Details

    • SBHException

      public SBHException(String s)
      Construct a SBHException with the specified detail message.
      Parameters:
      s - the detail message.
    • SBHException

      public SBHException(int err, String s)
      Construct a SBHException with the specified message and OPeNDAP error code see (DAP2Exception).
      Parameters:
      err - the OPeNDAP error code.
      s - the detail message.